#include <cstdio>
#include "EST_cutils.h"
#include "siod.h"
#include "siodp.h"
#include "siodeditline.h"
Go to the source code of this file.
Functions | |
void | setdoc (LISP name, LISP doc) |
const char * | siod_docstring (const char *symbol) |
const char * | siod_manual_sym (const char *symbol) |
void | siod_saydocstring (const char *symbol) |
void | init_subrs_doc (void) |
void setdoc | ( | LISP | name, |
LISP | doc | ||
) |
Definition at line 20 of file slib_doc.cc.
const char* siod_docstring | ( | const char * | symbol | ) |
Definition at line 214 of file slib_doc.cc.
const char* siod_manual_sym | ( | const char * | symbol | ) |
Definition at line 223 of file slib_doc.cc.
void siod_saydocstring | ( | const char * | symbol | ) |
Definition at line 234 of file slib_doc.cc.
void init_subrs_doc | ( | void | ) |
Definition at line 244 of file slib_doc.cc.