doxy

package module
v0.0.0-...-04fde1f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2018 License: MIT Imports: 5 Imported by: 0

README

Doxygen XML parser for Go

See Godoc.

Documentation

Overview

Package doxy provides tools for parsing Doxygen XML files as generated by GENERATE_XML=YES.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entry

type Entry struct {
	xmlindex.CompoundType
	// contains filtered or unexported fields
}

Entry is a of top-level Doxygen entry (file, struct).

func (*Entry) Decode

func (f *Entry) Decode() (*xmlfile.DoxygenType, error)

Decode decodes an entry's content.

type Index

type Index struct {
	// contains filtered or unexported fields
}

Index is a Doxygen XML directory index.

func OpenXML

func OpenXML(dir string) (*Index, error)

OpenXML opens a directory containing Doxygen XML files.

func (*Index) Entries

func (idx *Index) Entries() []Entry

Entries returns a list of top-level Doxygen entries (files, structs).

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL