Re: [Doxygen-users] Looking for beta testers of a Doxygen GitHub integration

2016-06-13 Thread Paul Novotny
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 th

Re: [Doxygen-users] Looking for beta testers of a Doxygen GitHub integration

2016-06-13 Thread Allen Winter
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,

Re: [Doxygen-users] Looking for beta testers of a Doxygen GitHub integration

2016-02-28 Thread Allen Winter
On Saturday, February 27, 2016 10:15:50 AM Paul Novotny wrote: > On Thu, 2016-01-07 at 12:32 -0500, Paul Novotny wrote: > > On Thu, 2016-01-07 at 11:49 -0500, Allen Winter wrote: > > > On Wednesday, January 06, 2016 10:59:07 PM Paul Novotny wrote: > > > > On Wed, Jan 6, 2016, at 06:51 PM, Allen Win

Re: [Doxygen-users] Looking for beta testers of a Doxygen GitHub integration

2016-02-27 Thread Paul Novotny
On Thu, 2016-01-07 at 12:32 -0500, Paul Novotny wrote: > On Thu, 2016-01-07 at 11:49 -0500, Allen Winter wrote: > > On Wednesday, January 06, 2016 10:59:07 PM Paul Novotny wrote: > > > On Wed, Jan 6, 2016, at 06:51 PM, Allen Winter wrote: > > > > I have a lot of ideas and thoughts. > > > > Here are

Re: [Doxygen-users] Looking for beta testers of a Doxygen GitHub integration

2016-01-11 Thread Baptiste Wicht
On Sat, Jan 09, 2016 at 01:27:56PM -0500, Paul Novotny wrote: > On Thu, Jan 7, 2016, at 09:25 AM, Paul Novotny wrote: > > On Thu, 2016-01-07 at 09:47 +0100, Baptiste Wicht wrote: > > > Hi Paul, > > > > > > This is an excellent idea :) > > > > > > I may be doing something wrong, but when I go on the

Re: [Doxygen-users] Looking for beta testers of a Doxygen GitHub integration

2016-01-09 Thread Paul Novotny
On Thu, Jan 7, 2016, at 09:25 AM, Paul Novotny wrote: > On Thu, 2016-01-07 at 09:47 +0100, Baptiste Wicht wrote: > > Hi Paul, > > > > This is an excellent idea :) > > > > I may be doing something wrong, but when I go on the site, only some > > of > > my repositories are displayed, it seems the fi

Re: [Doxygen-users] Looking for beta testers of a Doxygen GitHub integration

2016-01-07 Thread Paul Novotny
Unfortunately, organizations are not currently supported by the app. So GitHub should not be asking you for permissions to access your organizations, it should only be asking for access to your email and adding repository hooks to your public repositories. However, I am currently adding support for

Re: [Doxygen-users] Looking for beta testers of a Doxygen GitHub integration

2016-01-07 Thread Sparr
I want to give this a try, but apparently GitHub won't let me give your app permission to access just one of the organizations I'm part of. That's a deal breaker for me; not that I don't trust your app, but I don't give any access to some organizations. On Tue, Jan 5, 2016 at 5:56 PM, Paul Novotny

Re: [Doxygen-users] Looking for beta testers of a Doxygen GitHub integration

2016-01-07 Thread Allen Winter
On Wednesday, January 06, 2016 10:59:07 PM Paul Novotny wrote: > On Wed, Jan 6, 2016, at 06:51 PM, Allen Winter wrote: > > I have a lot of ideas and thoughts. > > Here are a few: > > 1) some of my repos are under my github login I'd like to be able > > to create codedocs for my other projects that

Re: [Doxygen-users] Looking for beta testers of a Doxygen GitHub integration

2016-01-07 Thread Paul Novotny
On Thu, 2016-01-07 at 09:47 +0100, Baptiste Wicht wrote: > Hi Paul, > > This is an excellent idea :) > > I may be doing something wrong, but when I go on the site, only some > of > my repositories are displayed, it seems the first X in alphabetical > order. Is there a limit ? > > The projects I

Re: [Doxygen-users] Looking for beta testers of a Doxygen GitHub integration

2016-01-07 Thread Baptiste Wicht
On Tue, Jan 05, 2016 at 08:56:26PM -0500, 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: > > ht

Re: [Doxygen-users] Looking for beta testers of a Doxygen GitHub integration

2016-01-06 Thread Paul Novotny
On Wed, Jan 6, 2016, at 06:51 PM, Allen Winter wrote: > I have a lot of ideas and thoughts. > Here are a few: > 1) some of my repos are under my github login I'd like to be able > to create codedocs for my other projects that are not under my login. > For example: https://github.com/libical/libical

Re: [Doxygen-users] Looking for beta testers of a Doxygen GitHub integration

2016-01-06 Thread Paul Novotny
Allen and Peter, thanks for trying it out. Yes, at the moment, the .codedocs is a minimal set of Doxygen configuration settings. Partly because I am hesitant to allow them all without looking into them first and making sure they work (ie, I have the environment setup correctly for them to work). So

Re: [Doxygen-users] Looking for beta testers of a Doxygen GitHub integration

2016-01-06 Thread Peter Barnes
+1. Ours is at doc/doxygen.conf It looks like the .codedocs file is intended to be a minimal Doxygen configuration. What about adding a (non-Doxygen) keyword to point to the project-specific Doxygen configuration file? P > On Jan 6, 2016, at 3:51 PM, Allen Winter wrote: > > 2) I wonder if

Re: [Doxygen-users] Looking for beta testers of a Doxygen GitHub integration

2016-01-06 Thread Allen Winter
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: > > h

[Doxygen-users] Looking for beta testers of a Doxygen GitHub integration

2016-01-05 Thread Paul Novotny
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