Re: [CMake] Re: Hyperlinked indexed reference?

2007-10-22 Thread a . neundorf-work
On Monday 22 October 2007 15:20, Fernando Cacciola wrote:
...
 Assuming that's true (I haven't seen any source code), isn't it somewhat
 simple to extend the pattern so that each command outputs also an HTML
 friendly documentation entryr?

 Something like:

 command-get_documentation_html_anchor();
 command-get_documentation_html_entry();


 The first would return a href=#command_idCommand/a line, to be put
 in a list on the top of the html document.

 And the second would return a a name=command_idCommand/apCOMMAND
 EXPLANATION/p

 It shouldn't be so difficult to add that based on the current documentation
 function.. is just a matter of adding the HTML formating.

A patch would be welcome :-)
It's in the CMake/Source/cmDocumentation*.cxx files in cmake cvs.

Bye
Alex
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] Re: Hyperlinked indexed reference?

2007-10-22 Thread Bill Hoffman

[EMAIL PROTECTED] wrote:



A patch would be welcome :-)
It's in the CMake/Source/cmDocumentation*.cxx files in cmake cvs.



In the interest of not wasting someones time...  Ken is currently 
re-working the cmDocumentation stuff right now (for other reasons).  So, 
it might not be a good time to create the patch.


-Bill

___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] Re: Hyperlinked indexed reference?

2007-10-22 Thread Alan W. Irwin

On 2007-10-22 10:20-0300 Fernando Cacciola wrote:


I read in a DDJ article that each command returns its own documentation.
(And cmake.exe builds up the single-page doc based on that).

Assuming that's true (I haven't seen any source code), isn't it somewhat 
simple to extend the pattern so that each command outputs also an HTML 
friendly documentation entryr?


Something like:

command-get_documentation_html_anchor();
command-get_documentation_html_entry();


The first would return a href=#command_idCommand/a line, to be put in 
a list on the top of the html document.


And the second would return a a name=command_idCommand/apCOMMAND 
EXPLANATION/p


It shouldn't be so difficult to add that based on the current documentation 
function.. is just a matter of adding the HTML formating.


Right now, you can generate html documentation using

cmake --help-html

However, there are no internal links in the result when referring to any
command, and I agree those would be nice.  If you understand how to
implement those internal links, then I suggest you submit your
implementation patch as a wish-list bug item.

Alan
__
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state implementation
for stellar interiors (freeeos.sf.net); PLplot scientific plotting software
package (plplot.org); the libLASi project (unifont.org/lasi); the Loads of
Linux Links project (loll.sf.net); and the Linux Brochure Project
(lbproject.sf.net).
__

Linux-powered Science
__
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake