From 6ade38d20cf6d970e84deb207b2d3c01d9331c3a Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 11 Jun 2021 23:36:17 -0700 Subject: [PATCH] Documentation. --- readme.md | 2 -- src/vote.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/readme.md b/readme.md index 951d731..48f15c8 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,5 @@ # vote\.c # -## Vote ## - * [Description](#user-content-preamble) * [Struct, Union, and Enum Definitions](#user-content-tag): [vote](#user-content-tag-6b81ce15) * [License](#user-content-license) diff --git a/src/vote.c b/src/vote.c index 59a928c..26dd299 100644 --- a/src/vote.c +++ b/src/vote.c @@ -1,8 +1,6 @@ /** @license 2007 Neil Edelman, distributed under the terms of the [GNU General Public License 3](https://opensource.org/licenses/GPL-3.0). - @subtitle Vote - These are hard-coded CGI programmes for simple voting. Compile with different headers to change the voting scheme. */