Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Aug 2009 13:10:55 +0000 (UTC)
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/tools/kerneldoc/subsys Dependencies Doxyfile-cam Doxyfile-crypto Doxyfile-dev_pci Doxyfile-dev_sound Doxyfile-dev_usb Doxyfile-geom Doxyfile-kern Doxyfile-libkern Doxyfile-linux Doxyfile-net80211 Doxyfile-netgraph ...
Message-ID:  <200908241311.n7ODB79s067401@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
netchild    2009-08-24 13:10:55 UTC

  FreeBSD src repository

  Modified files:
    tools/kerneldoc/subsys Dependencies Doxyfile-cam 
                           Doxyfile-crypto Doxyfile-dev_pci 
                           Doxyfile-dev_sound Doxyfile-dev_usb 
                           Doxyfile-geom Doxyfile-kern 
                           Doxyfile-libkern Doxyfile-linux 
                           Doxyfile-net80211 Doxyfile-netgraph 
                           Doxyfile-netinet Doxyfile-netinet6 
                           Doxyfile-netipsec Doxyfile-opencrypto 
                           Doxyfile-vm Makefile common-Doxyfile 
  Log:
  SVN rev 196511 on 2009-08-24 13:10:55Z by netchild
  
  - Update config to doxygen 1.5.2 (I use this with 1.5.9).
  - Add linprocfs and linsysfs to the linuxulator dox.
  - Take the generated includes from the .m files from a subdirectory
    instead of putting everything into $(.OBJDIR). This imporves the
    human readbility of the source directory contents a lot, if you do not
    create a separate OBJDIR.
  - Assume UTF-8 encoding for every input file.
  - Strip the source and dest path from the output, we are not interested
    in the absolute location on the machine where the docs are created,
    relative the the root of the FreeBSD source is what interests us.
  - Exclude .svn directories.
  - Switch to alphabetic index.
  - Use one line per INCLUDE_PATH member in the common dox-config.
  - Bump the __FreeBSD__ version to 9.            [MFC: to 8]
  - Switch from hardcoded .m files to an run-time generated one. Takes
    a little bit more time to get started with actual work, but at least
    is more future-proof. If you generate dox for all subsystems, the
    time to find all .m files in the source is magnitutes lower than
    producing the docs.
  - Make the *DEST_PATH overidable from the environment. This allows to
    produce the output directly in the docroot of a webserver.
  - Fix the path when telling the user where he can find the API docs.
  
  MFC after:      1 month (after 8.0)
  
  Revision  Changes    Path
  1.4       +8 -8      src/tools/kerneldoc/subsys/Dependencies
  1.4       +1 -1      src/tools/kerneldoc/subsys/Doxyfile-cam
  1.4       +1 -1      src/tools/kerneldoc/subsys/Doxyfile-crypto
  1.4       +1 -1      src/tools/kerneldoc/subsys/Doxyfile-dev_pci
  1.4       +1 -1      src/tools/kerneldoc/subsys/Doxyfile-dev_sound
  1.4       +1 -1      src/tools/kerneldoc/subsys/Doxyfile-dev_usb
  1.4       +1 -1      src/tools/kerneldoc/subsys/Doxyfile-geom
  1.4       +1 -1      src/tools/kerneldoc/subsys/Doxyfile-kern
  1.4       +1 -1      src/tools/kerneldoc/subsys/Doxyfile-libkern
  1.4       +3 -1      src/tools/kerneldoc/subsys/Doxyfile-linux
  1.4       +1 -1      src/tools/kerneldoc/subsys/Doxyfile-net80211
  1.4       +1 -1      src/tools/kerneldoc/subsys/Doxyfile-netgraph
  1.4       +1 -1      src/tools/kerneldoc/subsys/Doxyfile-netinet
  1.4       +1 -1      src/tools/kerneldoc/subsys/Doxyfile-netinet6
  1.4       +1 -1      src/tools/kerneldoc/subsys/Doxyfile-netipsec
  1.4       +1 -1      src/tools/kerneldoc/subsys/Doxyfile-opencrypto
  1.4       +1 -1      src/tools/kerneldoc/subsys/Doxyfile-vm
  1.8       +14 -54    src/tools/kerneldoc/subsys/Makefile
  1.3       +23 -15    src/tools/kerneldoc/subsys/common-Doxyfile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908241311.n7ODB79s067401>