Re: [Doxygen-users] Looking for beta testers of a Doxygen GitHub integration
Brought to you by:
dimitri
From: Paul N. <pa...@pa...> - 2016-06-13 21:33:20
|
This is due to CodeDocs not supporting all the doxygen configuration options. This restriction should be lifted shortly, as I am working on it now. In the mean time, you can see the currently supported options in the example config file: https://codedocs.xyz/static/codedocs_example.txt Hope this helps. -Paul On Mon, 2016-06-13 at 17:07 -0400, Allen Winter wrote: > Hi Paul, > > I noticed that images (under a top-level folder called 'images') are > not being found. > > My .codedocs file has: > DOXYFILE = Doxyfile > > and my Doxyfile has: > IMAGE_PATH = images > > similar with examples, I think (and EXAMPLE_PATH) > > any idea what I'm doing wrong? > > -Allen > > > On Tuesday, January 05, 2016 08:56:26 PM Paul Novotny wrote: > > Hello, > > > > I put together a GitHub integration for generating and hosting > > Doxygen > > docs for your public GitHub repositories. Consider this an early > > prototype, but I would like to get some testers and feedback. Just > > go > > to: > > > > https://codedocs.xyz/ > > > > You should see a list of your public repositories. Then enable the > > repositories you want Doxygen generated for. A GitHub hook is > > added, so > > the documentation is rebuilt every time you push changes to GitHub. > > You > > can add badges to your README.md (like Coverity, Travis-CI, etc) > > that > > point to the documentation that is hosted on codedocs.xyz. For > > example, > > look at my OpenSceneGraph and Doxygen forks: > > > > https://github.com/paulnovo/osg > > https://github.com/paulnovo/doxygen > > > > I added the "code: documented" badges to the README.md that point > > to the > > latest Doxgyen documentation: > > > > https://codedocs.xyz/paulnovo/osg/ > > https://codedocs.xyz/paulnovo/doxygen/ > > > > Let me know what you think. Hopefully this will be useful for > > Doxygen > > users. > > > > -Paul > > > > ----------------------------------------------------------------- > > ------------- > > _______________________________________________ > > Doxygen-users mailing list > > Dox...@li... > > https://lists.sourceforge.net/lists/listinfo/doxygen-users > |