• Show log

    Commit

  • Hash : 51fee655
    Author : Nikhil Ramakrishnan
    Date : 2018-05-25T22:16:11

    [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.