summaryrefslogtreecommitdiff
path: root/halibut.h
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2004-04-22 18:01:31 +0000
committerSimon Tatham <anakin@pobox.com>2004-04-22 18:01:31 +0000
commit696363c8dd1637fda63d45f98b4474803bba87b3 (patch)
treedf4134bb5cf60802f3ead1090109a78ad6915c43 /halibut.h
parent3e7ac03ca71c9b93c73fa58fd1de9a2042ec13d7 (diff)
downloadhalibut-696363c8dd1637fda63d45f98b4474803bba87b3.zip
halibut-696363c8dd1637fda63d45f98b4474803bba87b3.tar.gz
halibut-696363c8dd1637fda63d45f98b4474803bba87b3.tar.bz2
halibut-696363c8dd1637fda63d45f98b4474803bba87b3.tar.xz
Instead of traversing a list of paragraphs, mark_attr_ends() now
merely traverses a list of words, and main() takes responsibility for applying it to each paragraph in the document. This is so that it can _also_ be applied to the display form of each index entry, which Jacob spotted wasn't previously being done. [originally from svn r4117]
Diffstat (limited to 'halibut.h')
-rw-r--r--halibut.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/halibut.h b/halibut.h
index 26f2e4f..f3de665 100644
--- a/halibut.h
+++ b/halibut.h
@@ -348,7 +348,7 @@ char *rdtrimc(rdstringc *rs);
int compare_wordlists(word *a, word *b);
-void mark_attr_ends(paragraph *sourceform);
+void mark_attr_ends(word *words);
typedef struct tagWrappedLine wrappedline;
struct tagWrappedLine {