fb-doc  0.4.0
FreeBASIC documentation tool
fb-doc Documentation

Welcome to the fb-doc package. It's a cross-platform multifunctional tool, mainly for generating documentation from and for FreeBASIC (= FB) source code, but useful for other purposes as well, ie. like generating header files. Rather than creating the documentation output directly, fb-doc is designed to close the gap between FB and C syntax to allow for using any C / C++ documentation tool-chain. Also it supports the creation of documentational comments in the source and it can get extended via external plugins.

The package is hosted at GitHub and it contains

  • the source code of the fb-doc tool
  • the context of the documentation
  • CMake scripts to build executables and documentation
  • examples for extending the tool by plugins

Find more information in the online documentation at http://users.freebasic-portal.de/tjf/Projekte/fb-doc/doc/html/ or at the world wide web:

License (GPLv3)

Copyright © 2012-2016 by Thomas{ At ]Freiherr{ at }gmx[ dOt ]net

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110- 1301, USA. For further details please refer to: http://www.gnu.org/licenses/gpl-3.0.html