> Some remarks: > 1. There is no "fltk.pdf" in the documentation subdir bundled > with the FLTK software, although it is announced in the > README (as far as I understood).
The docs are no longer bundled with the source, as it was becoming too large - there are now separate docs tarballs for the PDF and HTML variants of the docs, or you can build the docs yourself from the source tarball if you have doxygen etc installed, by going into the documentation folder and running the various make options (for html or pdf) there. > 2. Calling the "programmers manual" from the FLUID GUI (via > Help...) fails as it is looking for a file "main.html"; but > there is only "index.html". I think fluid should look for "index.html" This is being discussed in another thread, but it seems that there are two entry points for the docs; "index.html" uses frames whilst "main.html" does not, though they provide the same material. The fltk help viewer can not handle frames, so the correct entry point for the docs, so far as fluid is concerned, should be "main.html". That said, the fltk help viewer does not make all that good a job of displaying the more complex html that doxygen creates, so the rendering of the docs is less than ideal. You may do a lot better viewing the docs in a full browser in that case. > 3. I would prefer a similar index structure of the manual as > it was in version 1.1.10. So the (very important) chapter > "Classes" should be kept at the same position: as the first > appendix chapter (just before "Enumerations") The new layout of the docs takes a bit of getting used to, but the info is still in there. I don't think it is feasible (or useful) to make the auto-generated docs match the old chapter order exactly. Though I did like the old ordering of chapters too, I admit! SELEX Galileo Ltd Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

