From 362f06413b22e7531b16fcd8a689843b7f56072d Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Sat, 4 Jul 2009 01:53:36 +0200 Subject: [PATCH] [docs] Added AdgPrimitive to docs Updated adg-sections.txt including the new AdgPrimitive type. Also updated adg-docs.xml to refer to AdgPrimitive and removed the no more used adg_pair_copy() API. --- docs/adg/adg-docs.xml | 1 + docs/adg/adg-sections.txt | 13 ++++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/adg/adg-docs.xml b/docs/adg/adg-docs.xml index b3c0018b..93b79bbc 100644 --- a/docs/adg/adg-docs.xml +++ b/docs/adg/adg-docs.xml @@ -20,6 +20,7 @@ ADG core reference + diff --git a/docs/adg/adg-sections.txt b/docs/adg/adg-sections.txt index 3fafe1f9..d8bdff35 100644 --- a/docs/adg/adg-sections.txt +++ b/docs/adg/adg-sections.txt @@ -4,13 +4,24 @@ AdgPair adg_pair_dup -adg_pair_copy ADG_TYPE_PAIR adg_pair_get_type
+primitive +adg/adg.h +AdgPrimitive + +adg_primitive_deep_dup +adg_primitive_dup + +ADG_TYPE_PRIMITIVE +adg_primitive_get_type +
+ +
point adg/adg.h AdgPoint -- 2.11.4.GIT