geany  1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

fmt_p.h File Reference
#include "general.h"
#include "entry.h"
#include "mio.h"
Include dependency graph for fmt_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct sFmtElement fmtElement
 

Functions

fmtElementfmtNew (const char *fmtString)
 
int fmtPrint (fmtElement *fmtelts, MIO *fp, const tagEntryInfo *tag)
 
void fmtDelete (fmtElement *fmtelts)
 

Typedef Documentation

◆ fmtElement

typedef struct sFmtElement fmtElement

Definition at line 20 of file fmt_p.h.

Function Documentation

◆ fmtDelete()

void fmtDelete ( fmtElement fmtelts)

◆ fmtNew()

◆ fmtPrint()

int fmtPrint ( fmtElement fmtelts,
MIO fp,
const tagEntryInfo tag 
)

Definition at line 365 of file fmt.c.

References sFmtElement::next, sFmtElement::printer, and sFmtElement::spec.

Referenced by writeXrefEntry().