Skip to content

Commit

Permalink
ARROW-7187: [C++][Doc] doxygen broken on master because of @
Browse files Browse the repository at this point in the history
https://github.com/apache/arrow/runs/305621760#step:5:985

```
/arrow/cpp/src/arrow/dataset/discovery.h:159: error: Found unknown command `\FileSystemDiscoveryOptions' (warning treated as error, aborting now)
```

Closes #5848 from nealrichardson/fix-dataset-docs and squashes the following commits:

a6a1901 <Neal Richardson> Remove @ that appears to break doxygen

Authored-by: Neal Richardson <neal.p.richardson@gmail.com>
Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>
  • Loading branch information
nealrichardson committed Nov 16, 2019
1 parent 18ca5fb commit 12ecf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/dataset/discovery.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class ARROW_DS_EXPORT FileSystemDataSourceDiscovery : public DataSourceDiscovery
/// \param[in] filesystem passed to FileSystemDataSource
/// \param[in] selector used to crawl and search files
/// \param[in] format passed to FileSystemDataSource
/// \param[in] options see @FileSystemDiscoveryOptions for more information.
/// \param[in] options see FileSystemDiscoveryOptions for more information.
/// \param[out] discovery output pointer
static Status Make(fs::FileSystem* filesystem, fs::Selector selector,
std::shared_ptr<FileFormat> format,
Expand Down

0 comments on commit 12ecf89

Please sign in to comment.