fb-doc  0.4.0
FreeBASIC documentation tool
fbdoc_emit_lfn.bi File Reference

Declarations for emitter for the file generator fb-doc.lfn. More...

#include "fbdoc_emitters.bi"
Include dependency graph for fbdoc_emit_lfn.bi:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

FUNCTION_AS_INTEGER startLFN (BYREF_AS_STRING)
 

Variables

const VAR LFN_FILE = "fb-doc.lfn"
 File name for list of function names (caller / callees graphs) More...
 
const VAR LFN_SEP = !"\n"
 Separator for entries in file fb-doc.lfn (one character!). More...
 

Detailed Description

Declarations for emitter for the file generator fb-doc.lfn.

This file declares the emitter functions for the EmitterIF to generate the file fb-doc.lfn for the Doxygen Back-end. It's the default emitter in mode --list-mode (-l).

Definition in file fbdoc_emit_lfn.bi.

Function Documentation

FUNCTION_AS_INTEGER startLFN ( BYREF_AS_STRING  )

Definition at line 19 of file fbdoc_emit_lfn.bas.

Here is the caller graph for this function:

Variable Documentation

const VAR LFN_FILE = "fb-doc.lfn"

File name for list of function names (caller / callees graphs)

Definition at line 13 of file fbdoc_emit_lfn.bi.

const VAR LFN_SEP = !"\n"

Separator for entries in file fb-doc.lfn (one character!).

Definition at line 14 of file fbdoc_emit_lfn.bi.