Edit

kc3-lang/freetype/src/tools/docmaker

Branch :

  • Show log

    Commit

  • Author : Nikhil Ramakrishnan
    Date : 2018-05-25 22:16:11
    Hash : 51fee655
    Message : [docmaker] Fix missing `Defined in (...)' under Windows/Cygwin. This platform uses backslashes for paths, which docmaker didn't understand correctly. * src/tools/docmaker/tohtml.py (HtmlFormatter::blockEnter): Use `os.path.normpath' to normalize the path for the platform being used.