Hi all! I decided to generate the docs by myself, together with my aqdweb, lucene.net, and ognl (aqdweb's deps)
The document is hosted here =>
http://aqdweb.sourceforge.net/apis/doxy-latest/
And you may jump to a namespace/class/member directly by query thing, such as
http://aqdweb.sourceforge.net/apis/doxy-latest/?NHibernate or
http://aqdweb.sourceforge.net/apis/doxy-latest/?NHibernate.ISession or
http://aqdweb.sourceforge.net/apis/doxy-latest/?NHibernate.Collection.Generic.PersistentGenericBag<T>:Add(T)
It's made by a version of doxygen patched to support the above
jump feature, and remove useless file list, and to work better with huge amounts of classes in NHibernate. Patches are
here