Skip to content

Commit

Permalink
Add StellarTomlResolver jsdoc
Browse files Browse the repository at this point in the history
Bug in jsdoc prevented this class from being included in API reference.
  • Loading branch information
bartekn committed Jan 18, 2017
1 parent 649433e commit e9e13b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/stellar_toml_resolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import Promise from 'bluebird';
import toml from 'toml';
import {Config} from "./config";

/**
* StellarTomlResolver allows resolving `stellar.toml` files.
*/
export class StellarTomlResolver {
/**
* Returns a parsed `stellar.toml` file for a given domain.
Expand Down

0 comments on commit e9e13b6

Please sign in to comment.