The Wayback Machine - https://web.archive.org/web/20201021124118/https://github.com/pocoproject/poco/issues/2447
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data -> SQL: Fix header comment tags #2447

Open
obiltschnig opened this issue Aug 31, 2018 · 0 comments
Open

Data -> SQL: Fix header comment tags #2447

obiltschnig opened this issue Aug 31, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@obiltschnig
Copy link
Member

@obiltschnig obiltschnig commented Aug 31, 2018

Since Data has been renamed to SQL, in order for the documentation generation process to build the correct documentation, the header tags in the headers (and also source files) must be changed as well.

// Library: Data
// Package: DataCore
// Module:  AbstractExtraction

must be changed to:

// Library: SQL
// Package: SQLCore
// Module:  AbstractExtraction

This must be done in Data and all sub directories.

@obiltschnig obiltschnig added this to the Release 2.0.0 milestone Aug 31, 2018
obiltschnig added a commit that referenced this issue Feb 21, 2019
Data -> SQL: Fix header comment tags #2447
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.