Re: [CMake] help texts

2011-12-08 Thread Michael Wild
On 12/08/2011 08:45 AM, Tom Deblauwe wrote: Hello, I am trying to make a parser that can use cmake --help-… commands to determine the functions that are available and their signature. I have 2 problems: - It is difficult to know if it’s an example usage or if it is the

Re: [CMake] help texts

2011-12-08 Thread Rolf Eike Beer
words, the markers are doubled, e.g. **bold words**. * lists formatting. E.g: - bullet list * another bullet item ** nested bullet list *** deeply nested list How to specify bold words in the second bullet item? Simple solution would be to force list and title specifiers to always

Re: [CMake] help texts

2011-12-08 Thread Michael Wild
On 12/08/2011 10:35 AM, Rolf Eike Beer wrote: words, the markers are doubled, e.g. **bold words**. * lists formatting. E.g: - bullet list * another bullet item ** nested bullet list *** deeply nested list How to specify bold words in the second bullet item? Simple solution would

Re: [CMake] help texts

2011-12-08 Thread Michael Jackson
On Thursday, December 8, 2011, Michael Wild them...@gmail.com wrote: On 12/08/2011 10:35 AM, Rolf Eike Beer wrote: words, the markers are doubled, e.g. **bold words**. * lists formatting. E.g: - bullet list * another bullet item ** nested bullet list *** deeply nested list How

[CMake] help texts

2011-12-07 Thread Tom Deblauwe
Hello, I am trying to make a parser that can use cmake --help-... commands to determine the functions that are available and their signature. I have 2 problems: - It is difficult to know if it's an example usage or if it is the signature of the function - How can I know