diff options
| author | 2011-06-24 00:11:37 -0400 | |
|---|---|---|
| committer | 2011-06-24 00:11:37 -0400 | |
| commit | 9bbd1702850fa4f5ee0235181b9ffe40ec1f3133 (patch) | |
| tree | 0b66bf8cf572818b1f506d3a5e67a3a4bf032db2 /modules/cpp/lua_api | |
| parent | a591de5df7c1f264f4642ecba9c86a24620f5a46 (diff) | |
| download | textadept-9bbd1702850fa4f5ee0235181b9ffe40ec1f3133.tar.gz textadept-9bbd1702850fa4f5ee0235181b9ffe40ec1f3133.zip | |
Add ability to fake modules for generating Adeptsense.
With the new absolute field recognition, it is possible have a non-existant
module name in scripts/adeptsensedoc.lua's add_field() function. For example,
A '_G._SCINTILLA.constants.SCLEX_LPEG' field would look-up the
'_SCINTILLA.constants' module which does not exist; it is a table. Instead of
throwing an error, create a fake module so the appropriate tags and apidoc
are created ('SCLEX_LPEG _ 0;" F class:_SCINTILLA.constants') but do not create
tags and apidoc for the fake module.
Diffstat (limited to 'modules/cpp/lua_api')
0 files changed, 0 insertions, 0 deletions
