Polishing the reference section of the manual.

Mostly resorting and renaming a few things.
This commit is contained in:
Robin Sommer 2013-10-07 15:53:46 -07:00
parent 6734260136
commit 0fe474e232
10 changed files with 26 additions and 34 deletions

View file

@ -1,8 +1,4 @@
# ===========================================================================
#
# Bloom Filter Functions
#
# ===========================================================================
##! Functions to create and manipulate Bloom filters.
%%{

View file

@ -1,9 +1,4 @@
# ===========================================================================
#
# HyperLogLog Functions
#
# ===========================================================================
##! Functions to create and manipulate probabilistic cardinality counters.
%%{
#include "probabilistic/CardinalityCounter.h"

View file

@ -1,9 +1,4 @@
# ===========================================================================
#
# Top-K Functions
#
# ===========================================================================
##! Functions to probabilistically determine top-k elements.
%%{
#include "probabilistic/Topk.h"