ruby: Add list of classes to main documentation

This commit is contained in:
Ali Polatel 2011-07-29 08:53:02 +03:00
parent 1c71d943cb
commit 00dfa0a17d

View file

@ -1,6 +1,6 @@
/* The Ruby interface to the notmuch mail library /* The Ruby interface to the notmuch mail library
* *
* Copyright © 2010 Ali Polatel * Copyright © 2010, 2011 Ali Polatel
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -27,6 +27,20 @@
* *
* Ruby extension to the <tt>notmuch</tt> mail library. * Ruby extension to the <tt>notmuch</tt> mail library.
* *
* == Classes
*
* Following are the classes that are most likely to be of interest to
* the user:
*
* - Notmuch::Database
* - Notmuch::Filenames
* - Notmuch::Query
* - Notmuch::Threads
* - Notmuch::Messages
* - Notmuch::Thread
* - Notmuch::Message
* - Notmuch::Tags
*
* == Constants * == Constants
* *
* - Notmuch::MODE_READ_ONLY * - Notmuch::MODE_READ_ONLY
@ -159,7 +173,6 @@
* than notmuch_message_freeze. * than notmuch_message_freeze.
*/ */
#define RDOC_HATE 1
void void
Init_notmuch(void) Init_notmuch(void)