fix doc
This commit is contained in:
parent
e95c96232a
commit
e08542c635
@ -95,7 +95,7 @@ WARN_LOGFILE =
|
|||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# configuration options related to the input files
|
# configuration options related to the input files
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
INPUT =
|
INPUT = . dmlc
|
||||||
INPUT_ENCODING = UTF-8
|
INPUT_ENCODING = UTF-8
|
||||||
FILE_PATTERNS =
|
FILE_PATTERNS =
|
||||||
RECURSIVE = NO
|
RECURSIVE = NO
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd ../include
|
cd ../include
|
||||||
doxygen ../doc/Doxyfile
|
doxygen ../doc/Doxyfile
|
||||||
cd ../doc
|
cd ../doc
|
||||||
|
|||||||
@ -38,6 +38,7 @@ class Stream {
|
|||||||
* \param uri the uri of the input currently we support
|
* \param uri the uri of the input currently we support
|
||||||
* hdfs://, s3://, and file:// by default file:// will be used
|
* hdfs://, s3://, and file:// by default file:// will be used
|
||||||
* \param flag can be "w", "r", "a"
|
* \param flag can be "w", "r", "a"
|
||||||
|
* \return a created stream
|
||||||
*/
|
*/
|
||||||
static Stream *Create(const char *uri, const char* const flag);
|
static Stream *Create(const char *uri, const char* const flag);
|
||||||
// helper functions to write/read different data structures
|
// helper functions to write/read different data structures
|
||||||
@ -115,6 +116,7 @@ class InputSplit {
|
|||||||
* \param uri the uri of the input, can contain hdfs prefix
|
* \param uri the uri of the input, can contain hdfs prefix
|
||||||
* \param part_index the part id of current input
|
* \param part_index the part id of current input
|
||||||
* \param num_parts total number of splits
|
* \param num_parts total number of splits
|
||||||
|
* \return a created input split
|
||||||
*/
|
*/
|
||||||
static InputSplit* Create(const char *uri,
|
static InputSplit* Create(const char *uri,
|
||||||
unsigned part_index,
|
unsigned part_index,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user