The general part:
Most API documentation generating tools have a preference for certain development systems and languages (which they must be able to parse), and you don't name a preference.
The writing sub question:
Most of the already named projects only generate html + HHP projects, and need the MS HTMLHELP1 (from htmlhelp workshop) compiler to compile, which is a problem on Linux. One can attempt Wine, but specially on multifunctional servers this is often frowned upon.
The combined Lazarus/Free Pascal project has an own (native) helpfile compiler since last summer, which should work on most FPC supported systems (and I tried on POWERPC, so it should be largely endianess clean) It is not in released versions yet, but recent 2.4.3 and 2.5.1 snapshots have it. The dialect supported is roughly up to D2005, with some features from after added.
The cmdline compiler is called chmcmd, and it compiles Microsoft htmlhelpshop .ini projects. There is also an util chmls that lists chm files. Both binaries use a CHM generating/reading library that is mainly used by Free Pascal's own documentation system fpdoc.
FPDOC is a document system for FPC/Delphi for the "out of source" kind. IOW docs are not interleaved with source but in separate (XML) files.
The binaries are static and 32-bit ones should run on any system , so contact me if interested. Example CHMs are here: http://www.stack.nl/~marcov/doc-chm.zip