Displaying 2 results from an estimated 2 matches for "indepoend".
Did you mean:
independ
2008 Dec 10
2
[LLVMdev] Using ReST for documentation
> Can you compare ReST to docbook? We've talked about using docbook for
> a long time. What are the pros and cons of each?
I have no experience with DocBook, but it seems that since it is XML-based it
should also suffer from verbosity issues. For example, the Boost project, which
originally used plain DocBook, decided to build a new ReST-like documentation
format[1] on top of it.
[1]
2008 Dec 10
0
[LLVMdev] Using ReST for documentation
I have to give a vote for Boosts QuickBook as well. Nicely made
system with a few code related features (considering it is used for
documenting C++ libraries).