ldoc icon indicating copy to clipboard operation
ldoc copied to clipboard

Referrence to section works incorrectly

Open Wohlstand opened this issue 8 years ago • 0 comments

  1. What I have used? Current state of LDoc from git

  2. Source code? Bunch of CPP files, Section which I wanted to refer is here: https://github.com/WohlSoft/PGE-Project/blob/master/Engine/script/bindings/core/lua_global_constants.cpp#L149-L229

  3. Generated documentation: http://pgehelp.wohlsoft.ru/_tech/pge-lua/modules/GlobalConstants.html#Key_codes_of_player_controller When I trying to refer this, it doesn't works. BUT, when I'll refer human-readable form, I.e. Key_codes_of_player_controller, it will work, BUT, as title it will show the section name which is right, BUT, reference still not work right: it opens page, but don't scrolls necessary anchor, because anchor is Key_codes_of_player_controller

Wohlstand avatar Aug 21 '17 22:08 Wohlstand