Commit Graph

12 Commits

Author SHA1 Message Date
a1f3f7bcc5 src/libwget.doxy.in: Update doxygen file 2019-11-02 16:23:38 +01:00
c34d426d5b Explicitly set the FILE_PATTERNS for doxygen
* docs/libwget.doxy.in: Set FILE_PATTERNS to workaround bug in doxygen
  1.8.16

Fix-by: Tim Ruehsen <rockdaboot@gmail.com>
2019-11-02 16:23:38 +01:00
a4dac96cf3 Update cfg.mk. Add comments for future
* cfg.mk: Multiple changes.
  (sc_GPL_version): Don't exclude all files when only one has a parsing
  issue
  (sc_po_check): Tests should always output English. Their output is for
  developers, not users
  (sc_prohibit_magic_number_exit): tests/test-plugin.c has a parsing
  issue that has been reported to gnulib. Others should be checked.
  (sc_trailing_blank): Fixed the relevant files instead of ignoring them
  (sc_two_space_separator_in_usage): Doesn't seem to trigger on removal
  (sc_prohibit_empty_lines_at_EOF): Same
  (sc_prohibit_sprintf): Same
  (sc_prohibit_printf): Re-arrange within file
  (sc_prohibit_free): Same
  (sc_prohibit_alloc): Same
  (sc_gettext_printf): Same
* docs/DoxygenLayout.xml: Remove trailing whitespaces
* docs/libwget.doxy.in: Same
* tests/libtest.c: Don't internationalize test suite strings
* tests/test-*.c: Use EXIT_FAILURE and EXIT_SUCCESS instead of 1 and 0
2019-09-10 23:02:05 +02:00
ac6cce19d2 Improve online documentation
* README.md: Move some dev info to faq.md
* docs/Makefile.am: Generate introduction from README.md
* docs/faq.md: Started with User and Dev sections
* docs/libwget.doxy.in: Remove mainpage, use README.md instead
* docs/mainpage.md: Remove
* docs/wget2.md: Amended intro to options that take lists
2018-08-29 12:18:35 +02:00
ade8c82f27 * docs/libwget.doxy: Fix path to libwget header file for documentation 2017-04-08 15:44:47 +02:00
bff21720f9 Add docs in markdown format
* DoxygenLayout.xml: Set mainpage title
* libwget.doxy.in: Scan docs, add mainpage.md as main page
* mainpage.md: New file
* faq.md: New file
* wget2_manual.md: New file, derived from wget.texi
2016-03-25 20:03:04 +01:00
b7203bc3bd Do not sort document members
* docs/libwget.doxy.in: Set SORT_MEMBER_DOCS = NO
2016-01-18 15:52:39 +01:00
b904c85a12 Enable reading of config.h for docs generation
* docs/libwget.doxy.in: Enable reading of config.h
2016-01-18 15:16:19 +01:00
b3dfb09134 Add logo to HTML docs
* docs/gen-logo.sh: Add script to generate logo via imagemagick
* docs/wget-logo.png: Add generated logo
* docs/libwget.doxy.in: Include logo into docs
2016-01-18 12:31:46 +01:00
591a1159ee Tweak doxygen config file
* docs/libwget.doxy.in: Hide absolute path in file names,
  exclude private header files of libwget/,
  exclude symbols starting with _
2016-01-17 21:38:53 +01:00
1bb22c6485 Use README.md as main page in HTML docs
* docs/libwget.doxy.in: Add README.md to INPUT
2016-01-17 21:14:15 +01:00
f7ba3e5431 Use doxygen instead of gtk-doc
* Removed all gtk-doc files and references.
* Added doxygen files and rules
2016-01-17 20:29:58 +01:00