Skip to content

Commit

Permalink
Add doc to CppBuildConfiguration fields
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Marchi <simon.marchi@ericsson.com>
  • Loading branch information
Simon Marchi authored and simark committed Aug 30, 2018
1 parent cf6f36c commit 7bc6219
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/cpp/src/browser/cpp-build-configurations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ import { FileSystem, FileSystemUtils } from '@theia/filesystem/lib/common';
import URI from '@theia/core/lib/common/uri';

export interface CppBuildConfiguration {
/** Human-readable configuration name. */
name: string;

/** Base directory of this build. */
directory: string;
}

Expand Down

0 comments on commit 7bc6219

Please sign in to comment.