summaryrefslogtreecommitdiff
path: root/sql/pgq
diff options
context:
space:
mode:
authorMarko Kreen2013-01-10 21:08:33 +0000
committerMarko Kreen2013-01-10 21:08:33 +0000
commitbc0c643b4cef4bb11463328613c5ad53178a9b51 (patch)
tree33b5e720a15ce1416215dbbc981ab517f445d14a /sql/pgq
parentbb94b6ac3f904fe6e84ced9a2f84274efab8b0be (diff)
Store naturaldocs customizations in tree.
Now unpatched naturaldocs should work fine.
Diffstat (limited to 'sql/pgq')
-rw-r--r--sql/pgq/Makefile5
-rw-r--r--sql/pgq/docs/Languages.txt15
2 files changed, 18 insertions, 2 deletions
diff --git a/sql/pgq/Makefile b/sql/pgq/Makefile
index a86d7f9a..836ee8ed 100644
--- a/sql/pgq/Makefile
+++ b/sql/pgq/Makefile
@@ -51,3 +51,8 @@ dox: cleandox $(SRCS)
$(CATSQL) --ndoc structure/triggers.sql > docs/sql/triggers.sql
$(NDOC) $(NDOCARGS)
+doxsync:
+ for m in pgq_coop pgq_node pgq_ext londiste; do \
+ cp docs/Topics.txt docs/Languages.txt ../$$m/docs; \
+ done
+
diff --git a/sql/pgq/docs/Languages.txt b/sql/pgq/docs/Languages.txt
index 42b197c2..97bb2951 100644
--- a/sql/pgq/docs/Languages.txt
+++ b/sql/pgq/docs/Languages.txt
@@ -6,8 +6,7 @@ Format: 1.52
# Config directory instead.
-# You can prevent certain file extensions from being scanned like this:
-# Ignore Extensions: [extension] [extension] ...
+Ignore Extension: sql
#-------------------------------------------------------------------------------
@@ -111,3 +110,15 @@ Format: 1.52
# If you add a language that you think would be useful to other developers
# and should be included in Natural Docs by default, please e-mail it to
# languages [at] naturaldocs [dot] org.
+
+
+Language: PLPGSQL
+
+ Extension: sql
+ Line Comment: --
+ Block Comment: /* */
+ Enum Values: Global
+ Function Prototype Enders: , ; ) $ '
+ Variable Prototype Enders: , ; ) := default Default DEFAULT
+ Database Index Prototype Enders: , ; )
+ Database Trigger Prototype Enders: begin Begin BEGIN