diff options
author | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-07-10 13:01:48 +1000 |
---|---|---|
committer | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-07-10 13:01:48 +1000 |
commit | f9fc35785b53aa097a09ab1b865d33497ee1802e (patch) | |
tree | a6c8ea8e913ceab2c08e9f7698332bff08681552 /impl/antlr/libantlr3c-3.4/doxygen/runtime.dox | |
parent | d11acd6d52351b35c102e9c18e32d38a11975c5b (diff) |
Move antlr. Add `make test` to Makefile.
Diffstat (limited to 'impl/antlr/libantlr3c-3.4/doxygen/runtime.dox')
-rw-r--r-- | impl/antlr/libantlr3c-3.4/doxygen/runtime.dox | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/impl/antlr/libantlr3c-3.4/doxygen/runtime.dox b/impl/antlr/libantlr3c-3.4/doxygen/runtime.dox deleted file mode 100644 index 2d23403..0000000 --- a/impl/antlr/libantlr3c-3.4/doxygen/runtime.dox +++ /dev/null @@ -1,35 +0,0 @@ -/// \page runtime Navigating the C Runtime Documentation -/// -/// If you are familiar with Doxygen generated documentation, then the layout of the files, typedefs -/// and so on will be familiar to you. However there is also additional structure applied that helps -/// the programmer to see how the runtime is made up. -/// -/// \section modules Modules -/// -/// Under the Modules menu tree you will find the entry API Classes. This section is further -/// divided into typedefs and structs and the standard runtime supplied interface implementation -/// methods. -/// -/// The typedefs are the types that you declare in your code and which are returned by the -/// 'constructors' such as antlr38BitFileStreamNew(). The underlying structures document -/// the data elements of the type and what a function pointer installed in any particular -/// slot should do. -/// -/// The default implementations are the static methods within the default implementation file -/// for a 'class', which are installed by the runtime when a default instance of one the -/// typedefs (classes) is created. -/// -/// When navigating the source code, find the typedef you want to consult and inspect the documentation -/// for its function pointers, then look at the documentation for the default methods that implement -/// that 'method'. -/// -/// For example, under "API Typedefs and Structs" you will find "Base Recognizer Definition", which tells -/// you all the methods that belong to this interface. Under "API Implementation Functions", you will -/// find "Base Recognizer Implementation", which documents the actual functions that are installed -/// to implement the class methods. -/// -/// From here, the documentation should be obvious. If it is not, then you could try reading -/// the actual source code, but please don't email the author directly, use the ANTLR Interest -/// email group, which you should probably have signed up for if you have read this far into the -/// C runtime documentation. -///
\ No newline at end of file |