Re: [Doxygen-users] difference between readthedocs generated and local
Brought to you by:
dimitri
From: Travis E. <tra...@gm...> - 2019-01-30 22:55:18
|
The copy on RTD indicates it was generated by doxygen 1.8.11, while the one at openkim indicates 1.8.14; a good first step would be installing 1.8.11 and seeing if your output matches what's on RTD. On Wed, Jan 30, 2019 at 3:08 PM Ryan S. Elliott <rel...@um...> wrote: > Hello, > > I'm working on the doxygen documentation for the kim-api project > (https://github.com/openkim/kim-api) > > When I locally (on my mac) generate the doxygen docs I see problems with > the > fortran docs. In particular, there are a fair number of functions that > are not > automatically documented by the parser. Further, no generic interfaces are > documented. > > However, the exact same git commit, when used to generate the doxygen docs > by > readthedocs documents all the functions and generates the generic interface > docs. > > Here is a link to a readthedocs page showing the interfaces: > https://kim-api.readthedocs.io/en/latest/namespacekim__model__module.html > > Here is a link to a similar page generated locally: > https://openkim.org/kim-api/docs-beta.3/namespacekim__model__module.html > > In particular, also notice that in the locally generated docs the > "kim_model_is_routine_present" function is not documented! > > > I can't understand why these differences are occuring. Can anyone point > me in > the right direction? > > > Thanks, > > Ryan Elliott > > > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users > |