[Simple-support] Best way to start reusing simple code in order to automatically generate documenta
Brought to you by:
niallg
|
From: Serge S. <ser...@gm...> - 2011-10-02 20:31:23
|
Hello, I'm using Simple with great success on various projects. One of my usual use is to read and write application configuration. Sometimes this configuration becomes quite heavy and complicated. I would like to write something to automatically generate my documentation (in HTML, Wiki, or Doxia format) from the annotations used for Simple (maybe with a few additionnal ones, for example a new @Description one). This way i would have an always up-to-date configuration accessible to users, without the hassle of maintaining this by hand. What would be in your opinion the best and easiest way to start ? (i can of course do the while thing outside the Simple code, but it would maybe be a better idea to reuse as much code as possible from Simple). Any clues about where to start (in a few words) ? Regards. -- Serge. |