File: comservatory.hpp

package info (click to toggle)
r-bioc-alabaster.base 1.6.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,652 kB
  • sloc: cpp: 11,377; sh: 29; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef COMSERVATORY_COMSERVATORY_HPP
#define COMSERVATORY_COMSERVATORY_HPP

/**
 * @file comservatory.hpp
 *
 * @brief Entrypoint header for the **comservatory** library.
 */

/**
 * @brief Contains all **comservatory** functions and classes.
 * @namespace comservatory
 */
namespace comservatory {}

#include "read.hpp"

#endif